It's easy to get lazy when no one is looking. This is the idea behind the very webpage that you're looking at.

I have set up my computer to automatically track the number of lines that I knock off my to-do list.

You can "poke" me to remind me to stay alert and motivated when you see that I'm not being as productive as I can be.

// dates on-time not on-time // 0 2025-02-28 0 1 // 1 2025-03-01 0 0 // 2 2025-03-02 0 0 // 3 2025-03-03 0 0 // 4 2025-03-04 0 2 // 5 2025-03-05 0 2 // 6 2025-03-06 0 0 // 7 2025-03-07 0 3 // 8 2025-03-08 0 0 // 9 2025-03-09 0 0 // 10 2025-03-10 1 6 // 11 2025-03-11 0 7 // 12 2025-03-12 0 23 // 13 2025-03-13 0 5 // 14 2025-03-14 0 0 // 15 2025-03-15 0 1 // 16 2025-03-16 0 2 // 17 2025-03-17 0 21 // 18 2025-03-18 0 7 // 19 2025-03-19 0 7 // 20 2025-03-20 0 3